home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / vision / povray / machine / pure_c / pov.prj < prev   
Text File  |  1995-11-25  |  2KB  |  57 lines

  1. POV-RAY.TTP
  2.  
  3. .C [ -2 -8 -P -W-par -W-pia -W-pro -W-use ]
  4. .L [ -S=$10000 ]
  5.  
  6. =
  7.  
  8. PCSTART.O
  9.  
  10. BEZIER.C      ;- bicubic patch shape routines
  11. BLOB.C        ;- blob shape routines
  12. BOUND.C       ;- auto-bounding slab routines
  13. BOXES.C       ;- box shape routines
  14. CAMERA.C      ;- camera routines
  15. COLOUR.C      ;- color manipulation routines
  16. CONES.C       ;- cone and cylinder shape routines
  17. CSG.C         ;- constructive solid geometry shape routines
  18. DISCS.C       ;- flat 2d disc shape routines
  19. DUMP.C        ;- RGB dump file handler routines
  20. EXPRESS.C     ;- float expression and color parsing routine
  21. GIFDECOD.C    ;- generic GIF LZW decoder module
  22. GIF.C         ;- GIF file handler routines
  23. HFIELD.C      ;- height field shape routines
  24. IFF.C         ;- IFF file handler routines
  25. IMAGE.C       ;- image, material, bump map routines for textures
  26. LIGHTING.C    ;- lighting calculation routines
  27. MATRICES.C    ;- 3d transformation matrices routines
  28. NORMAL.C      ;- normal perturbation texture routines
  29. OBJECTS.C     ;- general routines for all objects
  30. PARSE.C       ;- file parser for POV-Ray language
  31. PIGMENT.C     ;- color pattern routines for textures
  32. PLANES.C      ;- plane shape routines
  33. POINT.C       ;- light source routines
  34. POLY.C        ;- poly, cubic, and quartic shape routines
  35. QUADRICS.C    ;- quadric shape routines
  36. RAW.C         ;- RAW RGB image file handler routines
  37. RAY.C         ;- ray manipulation routines
  38. RENDER.C      ;- routines to implement main program loop
  39. SPHERES.C     ;- sphere shape routines
  40. TARGA.C       ;- Targa file handler routines
  41. TEXTURE.C     ;- main texture module
  42. TOKENIZE.C    ;- DAT file tokenizer for POV-Ray language
  43. TRIANGLE.C    ;- triangle and smooth triangle shape routines
  44. TXTTEST.C     ;- dummy routines for testing new texture types
  45. VECT.C        ;- support routines for poly shapes
  46.  
  47. PC.C          ;- Pure C adaption
  48.  
  49. POVRAY.C      ;- main program, command line parsing routines
  50.  
  51. PCBGILIB.LIB       ; BGI library
  52. PC881LIB.LIB       ; floating point library
  53. PCSTDLIB.LIB       ; standard library
  54.  
  55. PCEXTLIB.LIB       ; extended library
  56. PCTOSLIB.LIB       ; TOS library
  57. PCGEMLIB.LIB       ; AES and VDI library